+Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+ "visible-window" blurb. (#123910, Christian Rose)
+
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+ "visible-window" blurb. (#123910, Christian Rose)
+
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+ "visible-window" blurb. (#123910, Christian Rose)
+
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+ "visible-window" blurb. (#123910, Christian Rose)
+
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
+ "visible-window" blurb. (#123910, Christian Rose)
+
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
PROP_VISIBLE_WINDOW,
g_param_spec_boolean ("visible-window",
_("Visible Window"),
- _(" Whether the event box is visible, as opposed to invisible and only used to trap events."),
+ _("Whether the event box is visible, as opposed to invisible and only used to trap events."),
FALSE,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
* you want to set the background to a different color or
* draw on it.
*
- * <note>
+ * <note><para>
* There is one unexpected issue for an invisible event box that has its
* window below the child. (See gtk_event_box_set_above_child().)
* Since the input-only window is not an ancestor window of any windows
* The practical effect of this is if an event isn't in the event
* mask for the descendant window (see gtk_widget_add_events()),
* it won't be received by the event box.
- *
+ * </para><para>
* This problem doesn't occur for visible event boxes, because in
* that case, the event box window is actually the ancestor of the
* descendant windows, not just at the same place on the screen.
- * </note>
+ * </para></note>
*
* Since: 2.4
**/